home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / ZOUND.URC < prev   
Encoding:
Text File  |  2002-10-21  |  16.4 KB  |  936 lines

  1. menu "zound" 640 480 NONE 0.1
  2. align top right
  3. bgcolor 0 0 0 0
  4.  
  5. resource
  6. Label
  7. {
  8. title "Targetname"
  9. name "Default"
  10. rect 384 0 64 16
  11. fgcolor 0.00 0.00 0.00 1.00
  12. bgcolor 0.50 0.50 0.50 1.00
  13. borderstyle "NONE"
  14. }
  15. resource
  16. Label
  17. {
  18. title "Volume"
  19. name "Default"
  20. rect 0 16 64 16
  21. fgcolor 0.00 0.00 0.00 1.00
  22. bgcolor 0.50 0.50 0.50 1.00
  23. borderstyle "NONE"
  24. }
  25. resource
  26. Label
  27. {
  28. title "Min Distance"
  29. name "Default"
  30. rect 0 32 64 16
  31. fgcolor 0.00 0.00 0.00 1.00
  32. bgcolor 0.50 0.50 0.50 1.00
  33. borderstyle "NONE"
  34. }
  35. resource
  36. Label
  37. {
  38. title "Channel"
  39. name "Default"
  40. rect 0 48 64 16
  41. fgcolor 0.00 0.00 0.00 1.00
  42. bgcolor 0.50 0.50 0.50 1.00
  43. borderstyle "NONE"
  44. }
  45. resource
  46. Label
  47. {
  48. title "Origin"
  49. name "Default"
  50. rect 200 0 40 16
  51. fgcolor 0.00 0.00 0.00 1.00
  52. bgcolor 0.50 0.50 0.50 1.00
  53. borderstyle "NONE"
  54. }
  55. resource
  56. Label
  57. {
  58. title "Min Delay"
  59. name "Default"
  60. rect 208 16 56 16
  61. fgcolor 0.00 0.00 0.00 1.00
  62. bgcolor 0.50 0.50 0.50 1.00
  63. borderstyle "NONE"
  64. }
  65. resource
  66. Label
  67. {
  68. title "Max Delay"
  69. name "Default"
  70. rect 208 32 56 16
  71. fgcolor 0.00 0.00 0.00 1.00
  72. bgcolor 0.50 0.50 0.50 1.00
  73. borderstyle "NONE"
  74. }
  75. resource
  76. Label
  77. {
  78. title "Chance"
  79. name "Default"
  80. rect 384 16 48 16
  81. fgcolor 0.00 0.00 0.00 1.00
  82. bgcolor 0.50 0.50 0.50 1.00
  83. borderstyle "NONE"
  84. }
  85. resource
  86. Label
  87. {
  88. title "Type :"
  89. name "Default"
  90. rect 512 32 40 16
  91. fgcolor 0.00 0.00 0.00 1.00
  92. bgcolor 0.50 0.50 0.50 1.00
  93. borderstyle "NONE"
  94. }
  95. resource
  96. Button
  97. {
  98. title "<--"
  99. name "Default"
  100. rect 0 392 80 16
  101. fgcolor 0.00 0.00 0.00 1.00
  102. bgcolor 0.62 0.62 0.62 1.00
  103. borderstyle "3D_BORDER"
  104. clicksound "sound/menu/scroll.wav"
  105. stuffcommand "snd prev;snd moveplayer"
  106. }
  107. resource
  108. Button
  109. {
  110. title "-->"
  111. name "Default"
  112. rect 80 392 80 16
  113. fgcolor 0.00 0.00 0.00 1.00
  114. bgcolor 0.62 0.62 0.62 1.00
  115. borderstyle "3D_BORDER"
  116. clicksound "sound/menu/scroll.wav"
  117. stuffcommand "snd next;snd moveplayer"
  118. }
  119. resource
  120. Label
  121. {
  122. title "Yaw"
  123. name "Default"
  124. rect 0 408 48 16
  125. fgcolor 0.00 0.00 0.00 1.00
  126. bgcolor 0.50 0.50 0.50 1.00
  127. borderstyle "NONE"
  128. }
  129. resource
  130. Label
  131. {
  132. title "Width"
  133. name "Default"
  134. rect 0 424 48 16
  135. fgcolor 0.00 0.00 0.00 1.00
  136. bgcolor 0.50 0.50 0.50 1.00
  137. borderstyle "NONE"
  138. }
  139. resource
  140. Label
  141. {
  142. title "Length"
  143. name "Default"
  144. rect 0 440 48 16
  145. fgcolor 0.00 0.00 0.00 1.00
  146. bgcolor 0.50 0.50 0.50 1.00
  147. borderstyle "NONE"
  148. }
  149. resource
  150. Label
  151. {
  152. title "Height"
  153. name "Default"
  154. rect 0 456 48 16
  155. fgcolor 0.00 0.00 0.00 1.00
  156. bgcolor 0.50 0.50 0.50 1.00
  157. borderstyle "NONE"
  158. }
  159. resource
  160. Slider
  161. {
  162. title "Width"
  163. name "Default"
  164. rect 48 424 88 16
  165. fgcolor 0.00 0.00 0.00 1.00
  166. bgcolor 0.75 0.75 0.75 1.00
  167. borderstyle "INDENT_BORDER"
  168. stuffcommand "snd updateinput"
  169. linkcvar "snd_width"
  170. setrange 0 256
  171. slidertype int
  172. stepsize 1
  173. initdata 16
  174.  
  175. }
  176. resource
  177. Slider
  178. {
  179. title "Length"
  180. name "Default"
  181. rect 48 440 88 16
  182. fgcolor 0.00 0.00 0.00 1.00
  183. bgcolor 0.75 0.75 0.75 1.00
  184. borderstyle "INDENT_BORDER"
  185. stuffcommand "snd updateinput"
  186. linkcvar "snd_length"
  187. setrange 0 256
  188. slidertype int
  189. stepsize 1
  190. initdata 16
  191.  
  192. }
  193. resource
  194. Slider
  195. {
  196. title "Height"
  197. name "Default"
  198. rect 48 456 88 16
  199. fgcolor 0.00 0.00 0.00 1.00
  200. bgcolor 0.75 0.75 0.75 1.00
  201. borderstyle "INDENT_BORDER"
  202. stuffcommand "snd updateinput"
  203. linkcvar "snd_height"
  204. setrange 0 256
  205. slidertype int
  206. stepsize 1
  207. initdata 16
  208.  
  209. }
  210. resource
  211. Label
  212. {
  213. title "Current"
  214. name "Default"
  215. rect 176 408 72 16
  216. fgcolor 0.00 0.00 0.00 1.00
  217. bgcolor 0.50 0.50 0.50 1.00
  218. borderstyle "NONE"
  219. }
  220. resource
  221. Label
  222. {
  223. title "Fallback"
  224. name "Default"
  225. rect 176 424 72 16
  226. fgcolor 0.00 0.00 0.00 1.00
  227. bgcolor 0.50 0.50 0.50 1.00
  228. borderstyle "NONE"
  229. }
  230. resource
  231. Label
  232. {
  233. title "Reverb Type"
  234. name "Default"
  235. rect 176 440 72 16
  236. fgcolor 0.00 0.00 0.00 1.00
  237. bgcolor 0.50 0.50 0.50 1.00
  238. borderstyle "NONE"
  239. }
  240. resource
  241. Label
  242. {
  243. title "Reverb Level"
  244. name "Default"
  245. rect 176 456 72 16
  246. fgcolor 0.00 0.00 0.00 1.00
  247. bgcolor 0.50 0.50 0.50 1.00
  248. borderstyle "NONE"
  249. }
  250. resource
  251. Label
  252. {
  253. title "Multi-Faceted"
  254. name "Default"
  255. rect 328 408 72 16
  256. fgcolor 0.00 0.00 0.00 1.00
  257. bgcolor 0.50 0.50 0.50 1.00
  258. borderstyle "NONE"
  259. }
  260. resource
  261. Button
  262. {
  263. title "Switch Face"
  264. name "Default"
  265. rect 392 448 80 16
  266. fgcolor 0.00 0.00 0.00 1.00
  267. bgcolor 0.62 0.62 0.62 1.00
  268. borderstyle "3D_BORDER"
  269. stuffcommand "snd switchfacet"
  270. }
  271. resource
  272. Button
  273. {
  274. title "Add Music Trigger"
  275. name "Default"
  276. rect 512 408 128 16
  277. fgcolor 0.00 0.00 0.00 1.00
  278. bgcolor 0.62 0.62 0.62 1.00
  279. borderstyle "3D_BORDER"
  280. stuffcommand "snd addmusictrigger"
  281. }
  282. resource
  283. Button
  284. {
  285. title "Preview"
  286. name "Default"
  287. rect 544 440 96 16
  288. fgcolor 0.00 0.00 0.00 1.00
  289. bgcolor 0.62 0.62 0.62 1.00
  290. borderstyle "3D_BORDER"
  291. stuffcommand "snd previewreverb"
  292. }
  293. resource
  294. Button
  295. {
  296. title "Normal"
  297. name "Default"
  298. rect 544 456 96 16
  299. fgcolor 0.00 0.00 0.00 1.00
  300. bgcolor 0.62 0.62 0.62 1.00
  301. borderstyle "3D_BORDER"
  302. stuffcommand "snd resetreverb"
  303. }
  304. resource
  305. Label
  306. {
  307. name "Default"
  308. rect 472 448 64 16
  309. fgcolor 0.00 0.00 0.00 1.00
  310. bgcolor 0.50 0.50 0.50 1.00
  311. borderstyle "NONE"
  312. linkcvar "snd_currentfacet"
  313. }
  314. resource
  315. Button
  316. {
  317. title "Add Reverb Trigger"
  318. name "Default"
  319. rect 512 424 128 16
  320. fgcolor 0.00 0.00 0.00 1.00
  321. bgcolor 0.62 0.62 0.62 1.00
  322. borderstyle "3D_BORDER"
  323. stuffcommand "snd addreverbtrigger"
  324. }
  325. resource
  326. Label
  327. {
  328. name "Default"
  329. rect 472 32 40 16
  330. fgcolor 0.00 0.00 0.00 1.00
  331. bgcolor 0.50 0.50 0.50 1.00
  332. borderstyle "NONE"
  333. linkcvar "snd_hiddenstate"
  334. }
  335. resource
  336. Slider
  337. {
  338. title "Yaw"
  339. name "Default"
  340. rect 48 408 88 16
  341. fgcolor 0.00 0.00 0.00 1.00
  342. bgcolor 0.75 0.75 0.75 1.00
  343. borderstyle "INDENT_BORDER"
  344. stuffcommand "snd updateinput"
  345. linkcvar "snd_yaw"
  346. setrange 0 359
  347. slidertype int
  348. stepsize 1
  349. initdata 0
  350.  
  351. }
  352. resource
  353. Field
  354. {
  355. name "Default"
  356. rect 136 424 40 16
  357. fgcolor 0.00 0.00 0.00 1.00
  358. bgcolor 0.75 0.75 0.75 1.00
  359. borderstyle "INDENT_BORDER"
  360. stuffcommand "snd updateinput"
  361. linkcvar "snd_width"
  362. }
  363. resource
  364. Field
  365. {
  366. name "Default"
  367. rect 136 408 40 16
  368. fgcolor 0.00 0.00 0.00 1.00
  369. bgcolor 0.75 0.75 0.75 1.00
  370. borderstyle "INDENT_BORDER"
  371. stuffcommand "snd updateinput"
  372. linkcvar "snd_yaw"
  373. }
  374. resource
  375. Field
  376. {
  377. name "Default"
  378. rect 136 440 40 16
  379. fgcolor 0.00 0.00 0.00 1.00
  380. bgcolor 0.75 0.75 0.75 1.00
  381. borderstyle "INDENT_BORDER"
  382. stuffcommand "snd updateinput"
  383. linkcvar "snd_length"
  384. }
  385. resource
  386. Field
  387. {
  388. name "Default"
  389. rect 136 456 40 16
  390. fgcolor 0.00 0.00 0.00 1.00
  391. bgcolor 0.75 0.75 0.75 1.00
  392. borderstyle "INDENT_BORDER"
  393. stuffcommand "snd updateinput"
  394. linkcvar "snd_height"
  395. }
  396. resource
  397. List
  398. {
  399. name "Default"
  400. rect 248 424 80 16
  401. fgcolor 0.00 0.00 0.00 1.00
  402. bgcolor 0.75 0.75 0.75 1.00
  403. borderstyle "INDENT_BORDER"
  404. stuffcommand "snd updateinput"
  405. linkcvar "snd_fallbackmood"
  406. additem  "normal"
  407. additem  "action"
  408. additem   "suspense"
  409. additem   "mystery"
  410. additem   "success"
  411. additem   "failure"
  412. additem   "surprise"
  413. additem   "special"
  414. additem   "aux1"
  415. additem   "aux2"
  416. additem   "aux3"
  417. additem   "aux4"
  418. additem   "aux5"
  419. additem   "aux6"
  420. additem   "aux7"
  421.  
  422. }
  423. resource
  424. Slider
  425. {
  426. name "Default"
  427. rect 248 440 80 16
  428. fgcolor 0.00 0.00 0.00 1.00
  429. bgcolor 0.75 0.75 0.75 1.00
  430. borderstyle "INDENT_BORDER"
  431. stuffcommand "snd updateinput"
  432. linkcvar "snd_reverbtype"
  433. setrange 0 25
  434. slidertype int
  435. stepsize 1
  436. initdata 0
  437.  
  438. }
  439. resource
  440. Slider
  441. {
  442. title "Reverb Level"
  443. name "Default"
  444. rect 248 456 96 16
  445. fgcolor 0.00 0.00 0.00 1.00
  446. bgcolor 0.75 0.75 0.75 1.00
  447. borderstyle "INDENT_BORDER"
  448. stuffcommand "snd updateinput"
  449. linkcvar "snd_reverblevel"
  450. setrange 0 1
  451. slidertype float
  452. stepsize 0.05
  453. initdata 0.5
  454.  
  455. }
  456. resource
  457. Field
  458. {
  459. name "Default"
  460. rect 344 456 48 16
  461. fgcolor 0.00 0.00 0.00 1.00
  462. bgcolor 0.75 0.75 0.75 1.00
  463. borderstyle "INDENT_BORDER"
  464. stuffcommand "snd updateinput"
  465. linkcvar "snd_reverblevel"
  466. }
  467. resource
  468. Label
  469. {
  470. name "Default"
  471. rect 328 440 64 16
  472. fgcolor 0.00 0.00 0.00 1.00
  473. bgcolor 0.50 0.50 0.50 1.00
  474. borderstyle "NONE"
  475. linkcvar "snd_reverbtypedisplay"
  476. }
  477. resource
  478. CheckBox
  479. {
  480. title "Use Yaw"
  481. name "Default"
  482. rect 328 424 96 16
  483. fgcolor 1.00 1.00 1.00 1.00
  484. bgcolor 0.62 0.62 0.62 1.00
  485. borderstyle "3D_BORDER"
  486. stuffcommand "snd updateinput"
  487. linkcvar "snd_useangles"
  488. checked_shader "textures/menu/checkbox_checked"
  489. unchecked_shader "textures/menu/checkbox_unchecked"
  490.  
  491. }
  492. resource
  493. CheckBox
  494. {
  495. title "1 Shot"
  496. name "Default"
  497. rect 424 424 88 16
  498. fgcolor 1.00 1.00 1.00 1.00
  499. bgcolor 0.62 0.62 0.62 1.00
  500. borderstyle "3D_BORDER"
  501. stuffcommand "snd updateinput"
  502. linkcvar "snd_onetime"
  503. checked_shader "textures/menu/checkbox_checked"
  504. unchecked_shader "textures/menu/checkbox_unchecked"
  505.  
  506. }
  507. resource
  508. Button
  509. {
  510. title "Reset All"
  511. name "Default"
  512. rect 376 392 72 16
  513. fgcolor 0.00 0.00 0.00 1.00
  514. bgcolor 0.62 0.62 0.62 1.00
  515. borderstyle "3D_BORDER"
  516. stuffcommand "snd reset"
  517. }
  518. resource
  519. Button
  520. {
  521. title "Delete"
  522. name "Default"
  523. rect 448 392 56 16
  524. fgcolor 0.00 0.00 0.00 1.00
  525. bgcolor 0.62 0.62 0.62 1.00
  526. borderstyle "3D_BORDER"
  527. clicksound "sound/menu/scroll.wav"
  528. stuffcommand "snd delete"
  529. }
  530. resource
  531. Button
  532. {
  533. title "Replace"
  534. name "Default"
  535. rect 504 392 64 16
  536. fgcolor 0.00 0.00 0.00 1.00
  537. bgcolor 0.62 0.62 0.62 1.00
  538. borderstyle "3D_BORDER"
  539. clicksound "sound/menu/scroll.wav"
  540. stuffcommand "snd replace"
  541. }
  542. resource
  543. Button
  544. {
  545. title "Save"
  546. name "Default"
  547. rect 568 392 72 16
  548. fgcolor 0.00 0.00 0.00 1.00
  549. bgcolor 0.62 0.62 0.62 1.00
  550. borderstyle "3D_BORDER"
  551. clicksound "sound/menu/scroll.wav"
  552. stuffcommand "snd save"
  553. }
  554. resource
  555. Field
  556. {
  557. title "Sound"
  558. name "Default"
  559. rect 264 48 376 16
  560. fgcolor 0.00 0.00 0.00 1.00
  561. bgcolor 0.75 0.75 0.75 1.00
  562. borderstyle "INDENT_BORDER"
  563. stuffcommand "snd updateinput"
  564. linkcvar "ui_pickedsound"
  565. }
  566. resource
  567. Slider
  568. {
  569. title "Minimum Distance"
  570. name "Default"
  571. rect 64 32 104 16
  572. fgcolor 0.00 0.00 0.00 1.00
  573. bgcolor 0.75 0.75 0.75 1.00
  574. borderstyle "RAISED"
  575. stuffcommand "snd updateinput"
  576. linkcvar "snd_mindist"
  577. setrange 0 1024
  578. slidertype float
  579. stepsize 1
  580. initdata 160
  581.  
  582. }
  583. resource
  584. Field
  585. {
  586. name "Default"
  587. rect 168 32 40 16
  588. fgcolor 0.00 0.00 0.00 1.00
  589. bgcolor 0.75 0.75 0.75 1.00
  590. borderstyle "INDENT_BORDER"
  591. stuffcommand "snd updateinput"
  592. linkcvar "snd_mindist"
  593. }
  594. resource
  595. Slider
  596. {
  597. title "Volume Slider"
  598. name "Default"
  599. rect 64 16 104 16
  600. fgcolor 0.00 0.00 0.00 1.00
  601. bgcolor 0.75 0.75 0.75 1.00
  602. borderstyle "RAISED"
  603. stuffcommand "snd updateinput"
  604. linkcvar "snd_volume"
  605. setrange 0 1
  606. slidertype float
  607. stepsize 0.05
  608. initdata 1
  609.  
  610. }
  611. resource
  612. Field
  613. {
  614. name "Default"
  615. rect 168 16 40 16
  616. fgcolor 0.00 0.00 0.00 1.00
  617. bgcolor 0.75 0.75 0.75 1.00
  618. borderstyle "INDENT_BORDER"
  619. stuffcommand "snd updateinput"
  620. linkcvar "snd_volume"
  621. }
  622. resource
  623. Label
  624. {
  625. title "Current"
  626. name "Default"
  627. rect 104 0 56 16
  628. fgcolor 0.00 0.00 0.00 1.00
  629. bgcolor 0.50 0.50 0.50 1.00
  630. borderstyle "NONE"
  631. }
  632. resource
  633. Label
  634. {
  635. name "Default"
  636. rect 160 0 40 16
  637. fgcolor 0.00 0.00 0.00 1.00
  638. bgcolor 0.50 0.50 0.50 1.00
  639. borderstyle "NONE"
  640. linkcvar "snd_speakernum"
  641. }
  642. resource
  643. Field
  644. {
  645. name "Default"
  646. rect 240 0 144 16
  647. fgcolor 0.00 0.00 0.00 1.00
  648. bgcolor 0.75 0.75 0.75 1.00
  649. borderstyle "INDENT_BORDER"
  650. stuffcommand "snd updateinput"
  651. linkcvar "snd_origin"
  652. }
  653. resource
  654. Field
  655. {
  656. name "Default"
  657. rect 448 0 112 16
  658. fgcolor 0.00 0.00 0.00 1.00
  659. bgcolor 0.75 0.75 0.75 1.00
  660. borderstyle "INDENT_BORDER"
  661. stuffcommand "snd updateinput"
  662. linkcvar "snd_targetname"
  663. }
  664. resource
  665. Button
  666. {
  667. title "Add Speaker"
  668. name "Default"
  669. rect 560 0 80 16
  670. fgcolor 0.00 0.00 0.00 1.00
  671. bgcolor 0.62 0.62 0.62 1.00
  672. borderstyle "3D_BORDER"
  673. clicksound "sound/menu/scroll.wav"
  674. stuffcommand "snd addspeaker"
  675. }
  676. resource
  677. Button
  678. {
  679. title "Add Random"
  680. name "Default"
  681. rect 560 16 80 16
  682. fgcolor 0.00 0.00 0.00 1.00
  683. bgcolor 0.62 0.62 0.62 1.00
  684. borderstyle "3D_BORDER"
  685. stuffcommand "snd addrandomspeaker"
  686. }
  687. resource
  688. Slider
  689. {
  690. title "Chance"
  691. name "Default"
  692. rect 432 16 88 16
  693. fgcolor 0.00 0.00 0.00 1.00
  694. bgcolor 0.75 0.75 0.75 1.00
  695. borderstyle "INDENT_BORDER"
  696. stuffcommand "snd updateinput"
  697. linkcvar "snd_chance"
  698. setrange 0 1
  699. slidertype float
  700. stepsize 0.05
  701. initdata 1
  702.  
  703. }
  704. resource
  705. Field
  706. {
  707. name "Default"
  708. rect 520 16 40 16
  709. fgcolor 0.00 0.00 0.00 1.00
  710. bgcolor 0.75 0.75 0.75 1.00
  711. borderstyle "INDENT_BORDER"
  712. stuffcommand "snd updateinput"
  713. linkcvar "snd_chance"
  714. }
  715. resource
  716. Button
  717. {
  718. title "Show"
  719. name "Default"
  720. rect 384 32 40 16
  721. fgcolor 0.00 0.00 0.00 1.00
  722. bgcolor 0.62 0.62 0.62 1.00
  723. borderstyle "3D_BORDER"
  724. clicksound "sound/menu/scroll.wav"
  725. stuffcommand "snd show"
  726. }
  727. resource
  728. Button
  729. {
  730. title "Hide"
  731. name "Default"
  732. rect 424 32 48 16
  733. fgcolor 0.00 0.00 0.00 1.00
  734. bgcolor 0.62 0.62 0.62 1.00
  735. borderstyle "3D_BORDER"
  736. clicksound "sound/menu/scroll.wav"
  737. stuffcommand "snd hide"
  738. }
  739. resource
  740. Label
  741. {
  742. name "Default"
  743. rect 552 32 88 16
  744. fgcolor 0.00 0.00 0.00 1.00
  745. bgcolor 0.50 0.50 0.50 1.00
  746. borderstyle "NONE"
  747. linkcvar "snd_type"
  748. }
  749. resource
  750. Slider
  751. {
  752. title "Minimum Delay"
  753. name "Default"
  754. rect 264 16 88 16
  755. fgcolor 0.00 0.00 0.00 1.00
  756. bgcolor 0.75 0.75 0.75 1.00
  757. borderstyle "INDENT_BORDER"
  758. stuffcommand "snd updateinput"
  759. linkcvar "snd_mindelay"
  760. setrange 0 30
  761. slidertype float
  762. stepsize 0.5
  763. initdata 2
  764.  
  765. }
  766. resource
  767. Field
  768. {
  769. name "Default"
  770. rect 352 16 32 16
  771. fgcolor 0.00 0.00 0.00 1.00
  772. bgcolor 0.75 0.75 0.75 1.00
  773. borderstyle "INDENT_BORDER"
  774. stuffcommand "snd updateinput"
  775. linkcvar "snd_mindelay"
  776. }
  777. resource
  778. Slider
  779. {
  780. title "Maximum Delay"
  781. name "Default"
  782. rect 264 32 88 16
  783. fgcolor 0.00 0.00 0.00 1.00
  784. bgcolor 0.75 0.75 0.75 1.00
  785. borderstyle "INDENT_BORDER"
  786. stuffcommand "snd updateinput"
  787. linkcvar "snd_maxdelay"
  788. setrange 0 30
  789. slidertype float
  790. stepsize 0.5
  791. initdata 12
  792.  
  793. }
  794. resource
  795. Field
  796. {
  797. name "Default"
  798. rect 352 32 32 16
  799. fgcolor 0.00 0.00 0.00 1.00
  800. bgcolor 0.75 0.75 0.75 1.00
  801. borderstyle "INDENT_BORDER"
  802. stuffcommand "snd updateinput"
  803. linkcvar "snd_maxdelay"
  804. }
  805. resource
  806. Button
  807. {
  808. title "Sound"
  809. name "Default"
  810. rect 208 48 56 16
  811. fgcolor 0.00 0.00 0.00 1.00
  812. bgcolor 0.62 0.62 0.62 1.00
  813. borderstyle "3D_BORDER"
  814. stuffcommand "soundpicker;snd updateinput"
  815. }
  816. resource
  817. Button
  818. {
  819. title "Update"
  820. name "Default"
  821. rect 160 392 216 16
  822. fgcolor 0.00 0.00 0.00 1.00
  823. bgcolor 0.62 0.62 0.62 1.00
  824. borderstyle "3D_BORDER"
  825. clicksound "sound/menu/scroll.wav"
  826. stuffcommand "snd updateinput"
  827. }
  828. resource
  829. List
  830. {
  831. name "Default"
  832. rect 248 408 80 16
  833. fgcolor 0.00 0.00 0.00 1.00
  834. bgcolor 0.75 0.75 0.75 1.00
  835. borderstyle "INDENT_BORDER"
  836. stuffcommand "snd updateinput"
  837. linkcvar "snd_currentmood"
  838. additem  "normal"
  839. additem  "action"
  840. additem   "suspense"
  841. additem   "mystery"
  842. additem   "success"
  843. additem   "failure"
  844. additem   "surprise"
  845. additem   "special"
  846. additem   "aux1"
  847. additem   "aux2"
  848. additem   "aux3"
  849. additem   "aux4"
  850. additem   "aux5"
  851. additem   "aux6"
  852. additem   "aux7"
  853.  
  854. }
  855. resource
  856. Label
  857. {
  858. title "Sound Menu"
  859. name "Default"
  860. rect 0 0 104 16
  861. fgcolor 0.00 0.00 0.00 1.00
  862. bgcolor 1.00 1.00 1.00 1.00
  863. borderstyle "NONE"
  864. }
  865. resource
  866. List
  867. {
  868. name "Default"
  869. rect 400 408 112 16
  870. fgcolor 0.00 0.00 0.00 1.00
  871. bgcolor 0.75 0.75 0.75 1.00
  872. borderstyle "INDENT_BORDER"
  873. stuffcommand "snd updateinput"
  874. linkcvar "snd_multifaceted"
  875. additem  "Not"
  876. additem  "North/South"
  877. additem  "East/West"
  878.  
  879. }
  880. resource
  881. Field
  882. {
  883. name "Default"
  884. rect 176 48 32 16
  885. fgcolor 0.00 0.00 0.00 1.00
  886. bgcolor 0.75 0.75 0.75 1.00
  887. borderstyle "RAISED"
  888. stuffcommand "snd updateinput"
  889. linkcvar "snd_channel"
  890. }
  891. resource
  892. Label
  893. {
  894. name "Default"
  895. rect 88 48 88 16
  896. fgcolor 0.00 0.00 0.00 1.00
  897. bgcolor 0.50 0.50 0.50 1.00
  898. borderstyle "NONE"
  899. linkcvar "snd_channelname"
  900. }
  901. resource
  902. PulldownMenuContainer
  903. {
  904. title "Channel list"
  905. name "Default"
  906. rect 64 48 24 16
  907. fgcolor 0.00 0.00 0.00 1.00
  908. bgcolor 0.75 0.75 0.75 1.00
  909. borderstyle "INDENT_BORDER"
  910. stuffcommand "snd updateinput"
  911. menushader "MENU" "textures/menu/pulldownarrow"
  912. selmenushader "MENU" "textures/menu/pulldownarrow_sel"
  913. addpopup "MENU" "auto" command "set snd_channelname auto;set snd_channel 0"
  914. addpopup "MENU" "local" command "set snd_channelname local;set snd_channel 1"
  915. addpopup "MENU" "weapon" command "set snd_channelname weapon;set snd_channel 2"
  916. addpopup "MENU" "voice" command "set snd_channelname voice;set snd_channel 3"
  917. addpopup "MENU" "item" command "set snd_channelname item;set snd_channel 4"
  918. addpopup "MENU" "body" command "set snd_channelname body;set snd_channel 5"
  919. addpopup "MENU" "dialog" command "set snd_channelname dialog;set snd_channel 6"
  920. addpopup "MENU" "dialog2" command "set snd_channelname dialog2;set snd_channel 7"
  921. addpopup "MENU" "weaponidle" command "set snd_channelname weaponidle;set snd_channel 8"
  922. addpopup "MENU" "menu" command "set snd_channelname menu;set snd_channel 9"
  923.  
  924. }
  925. resource
  926. Button
  927. {
  928. name "Default"
  929. rect 0 64 640 328
  930. fgcolor 0.00 0.00 0.00 0.00
  931. bgcolor 0.50 0.50 0.50 0.00
  932. borderstyle "RAISED"
  933. stuffcommand "ui_hidemouse"
  934. }
  935. end.
  936.